(PHP 4 >= 4.1.0, PHP 5)
sem_remove — Remove a semaphore
sem_remove() removes the given semaphore.
After removing the semaphore, it is no more accessible.
A semaphore resource identifier as returned by sem_get().
Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.